home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem EXTx.BAT - used by READ.PPE to run an external message editor with PCBoard
- rem
- rem ** RENAME this file EXTx.BAT to run IceEdit! x = Node Number **
- rem
- rem %1 = Work Dirctory, where MSGINF and MSGTMP are located
- rem
- rem ** Setup for IceEdit ** (Tested with versions 1.70, 1.75 & 2.00)
- rem
- SET IEDIT=C:\PCB\ICEEDIT\
- C:\PCB\ICEEDIT\ICEEDIT.EXE /D:%1 /N:%PCBNODE%
- IF ERRORLEVEL 1 GOTO MSGERROR
- GOTO DONE
-
- :MSGERROR
- Echo Message Aborted>%1MSGABT
-
- :DONE
- SET IEDIT=
-